home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / X11 / app-defaults / NetHack < prev    next >
Text File  |  1995-07-27  |  4KB  |  117 lines

  1. ! The display_file and tombstone windows should use a fixed width font ---
  2. ! the text they display is formatted for a tty terminal.  For the same
  3. ! reason, you may also also want a fixed-width font for the menu and text
  4. ! windows.  However, the formatting is not nearly as critical.
  5. !
  6. NetHack*font:                variable
  7. NetHack*display_file*font:        fixed
  8. NetHack*tombstone*font:            fixed
  9. !NetHack*menu*font:            fixed
  10. !NetHack*text*font:            fixed
  11. NetHack*map*font:            nh10
  12.  
  13. ! Translation tables.  There are currently several actions in nethack, but
  14. ! the only one you should be using is "input()", which, with no parameters,
  15. ! uses XLookupString to translate your keypress into a command.  You
  16. ! can optionally give it parameters to change the behavior, see the example
  17. ! below.  Note that you have to specify the translations in every appropriate
  18. ! window.
  19. NetHack*message*translations:    <KeyPress>: input()
  20. !
  21. ! Example extra translations for the map window.
  22. !
  23. !NetHack*map*translations:    #override \
  24. !                !<Key>Left: input(h) \n\
  25. !                !<Key>Right: input(l) \n\
  26. !                !<Key>Up: input(k) \n\
  27. !                !<Key>Down: input(j)
  28. !
  29. ! The icon to use; supported values are nh72, nh56, and nh32; nh72 is the
  30. ! default.  Some window managers may not support the larger icon sizes.
  31. ! It is not guaranteed that the window manager will honor the icon selection.
  32. !NetHack*icon: nh56
  33. !
  34. ! If True, a popup for y/n questions is _not_ used.
  35. !NetHack*slow: True
  36. !
  37. ! If True, the message window has a line that seperates old and new messages.
  38. !NetHack*message_line: True
  39. !
  40. ! If True, force keyboard to attach to popup windows.  Some window managers
  41. ! enforce a click-to-focus-keyboard policy (e.g. the DECwindows wm).  NetHack
  42. ! has a lot of popups and is almost unplayable without some kind of autofocus.
  43. !NetHack*autofocus: True
  44. !
  45. ! Specify the number of rows and columns of the map window.  The default
  46. ! is the standard 80x21 window.  Note: this _does_not_ change nethack's
  47. ! level size, only what you see of it.
  48. !NetHack*map*rows:    21
  49. !NetHack*map*columns:    80
  50.  
  51. ! Parts of the fancy status display.
  52. !
  53. NetHack*status_condition.borderWidth:    0
  54. NetHack*status_info*borderWidth:    0
  55.  
  56. ! Sample color screen entries.
  57. !
  58. NetHack*nethack.background:     wheat
  59. NetHack*map*yellow:        gold
  60. NetHack*map*brown:        tan
  61. NetHack*map*gray:        grey85
  62. NetHack*map*foreground:        wheat
  63. NetHack*map*background:        grey40
  64.  
  65. NetHack*fancy_status.background:    wheat
  66. NetHack*status_info*foreground:        Sienna
  67. NetHack*status_info*background:        wheat
  68. NetHack*status_info.background:        wheat
  69. NetHack*status_attributes*foreground:    black
  70. NetHack*status_attributes*background:    white
  71. NetHack*status_condition*foreground:    red
  72. NetHack*status_condition*background:    wheat
  73. NetHack*Scrollbar*foreground:        Sienna
  74. NetHack*Scrollbar*background:        wheat
  75.  
  76. NetHack*player_selection*random.borderColor:    blue
  77. NetHack*player_selection*random.foreground:    blue
  78. NetHack*player_selection*quit.borderColor:    blue
  79. NetHack*player_selection*quit.foreground:    blue
  80. NetHack*player_selection*Command.borderColor:    red
  81. NetHack*player_selection*Command.foreground:    red
  82. NetHack*player_selection*quit.accelerators: #override\n\
  83.                 <Key>Escape:    set() notify() unset()
  84.  
  85. NetHack*extended_commands*dismiss.borderColor:    blue
  86. NetHack*extended_commands*dismiss.foreground:    blue
  87. NetHack*extended_commands*help.borderColor:    blue
  88. NetHack*extended_commands*help.foreground:    blue
  89. NetHack*extended_commands*Command.borderColor:    red
  90. NetHack*extended_commands*Command.foreground:    red
  91. NetHack*extended_commands*help.accelerators: #override\n\
  92.                 :<Key>?:    set() notify() unset()
  93. NetHack*extended_commands*dismiss.accelerators: #override\n\
  94.                 <Key>Escape:    set() notify() unset()
  95. !
  96. !
  97. ! The following are the default 15 colors that the nethack map uses.
  98. ! If they don't look good on your screen, change them.
  99. !
  100. ! The foreground color is used as "no color".
  101. !
  102. !NetHack*map*black:        black
  103. !NetHack*map*red:        red
  104. !NetHack*map*green:        pale green
  105. !NetHack*map*brown:        brown
  106. !NetHack*map*blue:        blue
  107. !NetHack*map*magenta:        magenta
  108. !NetHack*map*cyan:        light cyan
  109. !NetHack*map*gray:        gray
  110. !NetHack*map*orange:        orange
  111. !NetHack*map*bright_green:    green
  112. !NetHack*map*yellow:        yellow
  113. !NetHack*map*bright_blue:    royal blue
  114. !NetHack*map*bright_magenta:    violet
  115. !NetHack*map*bright_cyan:    cyan
  116. !NetHack*map*white:        white
  117.